home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / mintr151.zip / TEXT2C.BAT < prev    next >
DOS Batch File  |  1996-08-23  |  305b  |  5 lines

  1. REM This batch file coverts a text file into a C string constant
  2. REM The first argument is the file name, the second is the name of the string
  3. REM The converted file is saved with the extension .cpp
  4. MT /qxb+(.cpp)n+ %1 .{~0} = "char far %2[] = \"" \s*.{0~} = \";\r\n [\B?\'\"] = \B\i \r\n = \Bn\B\r\n
  5.